AI035
Programming Ruby: The Pragmatic Programmers' Guide (Second Edition)
Ch. 5: Mastery of Standard Types and Regex
Learning Objectives
- Identify and implement the most efficient standard data types for specific use cases
- Construct complex regular expressions using anchors, groups, and lookarounds
- Optimize string manipulation and data extraction workflows using regex engines